test.html
1 <p>ASK has three views: Broadcaster (a Quick Action in the broadcaster’s 2 dashboard), Viewer (video overlay extension), and Config (the 3 extension’s configuration)</p> 4 <ul> 5 <li>From Broadcaster, the user can initiate a question and answer 6 session on their channel, end an active session, reveal submitted 7 questions in rank order, and ban or timeout users who submitted 8 inappropriate questions. 9 <ul> 10 <li><a href="https://youtu.be/pw66YK58yL0">ASK Broadcaster View 11 [0.0.6]</a></li> 12 </ul></li> 13 <li>In Config, the user can configure the base points awarded to each 14 user type, change the length and type of session, select which 15 multipliers are applicable during a session, and unban users. 16 <ul> 17 <li><a href="https://youtu.be/pw66YK58yL0">ASK Configuration View 18 [0.0.6]</a></li> 19 </ul></li> 20 <li>As for Viewer, users can submit and vote on questions while there is 21 an active session. If multipliers are enabled (determined by the session 22 configuration and eligibility for receiving Bits), these users can also 23 apply a multiplier towards their submission’s points in exchange for 24 Bits. Users with channel moderator privileges can timeout or ban users 25 who submitted inappropriate questions here as well. 26 <ul> 27 <li><a href="https://youtu.be/pw66YK58yL0">ASK Viewer Overlay 28 [0.0.6]</a></li> 29 </ul></li> 30 </ul> 31 <p>For the purposes of review, all of these activities can be conducted 32 by the broadcaster during a live stream. - Upon installation, enable the 33 “Manage Permissions” option for subscription list view access. - Then 34 you may enable multipliers in the Config view and adjust any other 35 settings as desired. - Start a session from the Broadcaster view and 36 submit questions from the Viewer view. – You’ll see the submitted 37 questions populate the counter (labeled “questions”) in the Broadcaster 38 view during an active session. – In the Viewer view, submissions from 39 other users will appear in the voting subview, which can be accessed by 40 clicking the button labeled “Vote”.</p>